This is readme text for the publication "Solovay-Kitaev Algorithm and Randomized Compilation", https://doi.org/10.1103/ll6m-dbl7.
A preprint of the manuscript can also be found at https://arxiv.org/abs/2504.14788.
Any questions can be directed to Oliver Widzowski Maupin (mgolive@sandia.gov or olivermaupin@gmail.com)

This folder contains the following files:
1. coherent_simulation.ipynb - A notebook that performs comparisons for a coherent simulated noise model.
    Generates figures 4a-f, 5b, and 6a-b.
2. noiseless_simulation.ipynb - A notebook that performs comparisons for a noiseless simulated model.
    Generates figures 3, 5a, and 7.
3. one_rad_seqs_pyliqtr.json - A json file containing synthesized gate sequences for the Rz rotation gates
    studied in the text.
4. SKARC_coherent_simulation_data.json - A json file containing simulated data for the coherent_simulation
    notebook. Can be overwritten by running and saving new simulations in the notebook.
5. SKARC_noiseless_simulation_data.json - A json file containing simulated data for the noiseless_simulation
    notebook. Can be overwritten by running and saving new simulations in the notebook.
6. QSCOUT_data - A folder containing raw data from the QSCOUT device.
7. requirements.txt - A list of the required packages for running the notebooks.